home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1368 / 1368.xpi / chrome / clrtabs.jar / skin / clrtabs-seamonkey.css next >
Cascading Style Sheet File  |  2009-11-29  |  1KB  |  40 lines

  1. @import url('chrome://global/skin/');
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. /*Color the bottom strip under the tabs to a color; this is modified by the javascript on tab select event*/
  5. .tabbrowser-strip {
  6. background-color: transparent !important;
  7. }
  8.  
  9. .tabbrowser-tabs:-moz-system-metric(windows-default-theme),.tabbrowser-tabs {
  10.     -moz-appearance:none !important; 
  11.     background-color:ActiveBorder;
  12.     background-image:url('chrome://clrtabs/skin/seamonkey-bg.png');
  13.     background-repeat:repeat-x !important;
  14.     background-position:bottom center;
  15. }
  16.  
  17. /*
  18. .tabs-bottom {
  19. background-color: #888888 ;
  20. }
  21. */
  22.  
  23. tab {
  24. -moz-appearance:none !important;
  25. background-image:url('chrome://clrtabs/skin/seamonkey.png') !important;
  26.     background-repeat:repeat-x !important;
  27. }
  28.  
  29.  
  30. .tabbrowser-tab:not([selected="true"]){
  31.     /*background-image:url('chrome://clrtabs/skin/tab-passive-bkgnd.png') !important;
  32.     background-repeat:repeat-x;
  33.     background-image:url('chrome://navigator/skin/tabbrowser/tab-active-bkgnd.png') !important; */
  34. }
  35.  
  36.  
  37.  
  38. .standout { 
  39. background-image:none !important;
  40. }